projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2b75a
)
(insert-kbd-macro): Print semi-colons as `?\;'.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 7 Nov 2000 17:32:47 +0000
(17:32 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 7 Nov 2000 17:32:47 +0000
(17:32 +0000)
lisp/macros.el
patch
|
blob
|
history
diff --git
a/lisp/macros.el
b/lisp/macros.el
index e333bc106be51139ccc8bd0c953359137954b3b3..354ab82a46743b1377adddf8e062b8478de8d879 100644
(file)
--- a/
lisp/macros.el
+++ b/
lisp/macros.el
@@
-150,6
+150,8
@@
use this command, and then save the file."
(setq mods (cdr mods)))
(cond ((= char ?\\)
(insert "\\\\"))
+ ((= char ?\;)
+ (insert "\\;"))
((= char 127)
(insert "\\C-?"))
((< char 127)